From b3e59dd645898938f2c52c45a4793e262c9ebfd5 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 2 Sep 2005 14:20:12 +0000 Subject: [PATCH] Install hotplug script(s) unconditionally. Signed-off-by: Christian Limpach --- tools/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/Makefile b/tools/examples/Makefile index c4cbf8ed94..f23bb80956 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -71,7 +71,7 @@ install-hotplug: [ -d $(DESTDIR)$(XEN_HOTPLUG_DIR) ] || \ $(INSTALL_DIR) $(DESTDIR)$(XEN_HOTPLUG_DIR) for i in $(XEN_HOTPLUG_SCRIPTS); \ - do [ -a $(DESTDIR)$(XEN_HOTPLUG_DIR)/$$i ] || \ + do \ $(INSTALL_PROG) $$i $(DESTDIR)$(XEN_HOTPLUG_DIR); \ done -- 2.30.2